Skip to main content
POST
Replace tags on memories [Cloud]

Authorizations

Authorization
string
header
required

API key issued by EverOS, sent as Authorization: Bearer <api_key>.

Body

application/json

Full replacement (PUT semantics): overwrite each item's tag set with tags.

tags may be empty — an empty list clears all tags on the targeted items. Duplicates collapse (tags is a set; the service dedups before $set).

memory_type
string
required

The type of the memories being retagged, e.g. "episode".

Minimum string length: 1
memory_ids
string[]
required

The memories to retag, by id (1–200 per request).

Required array length: 1 - 200 elements
tags
string[]
required

The complete tag set to store (up to 100, each 1–32 characters). Tags absent from this list are dropped, and an empty list clears them all. Duplicates collapse.

Maximum array length: 100
Required string length: 1 - 32

Response

Successful Response

request_id
string
required

Request trace id (peer to data)

data
TagReplaceData · object
required

Endpoint-defined business result